home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3ialsp.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IALSPOINT_H = 1;
- include("real/intact/r3ianp.js")
-
-
- var R3CLID_IALSPOINT = 303;
-
-
-
-
-
-
-
- R3IALSPNTA_Type = 303500;
- function SetR3IALSPNTA_Type(value) {
- R3Set(this.r3obj, R3IALSPNTA_Type, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IALSPNTA_Type() {
- return R3Get(this.r3obj, R3IALSPNTA_Type, R3TID_INTEGER, 0);
- }
-
- var R3IALSPTYPE_RADIAL = 0;
- var R3IALSPTYPE_AMBIENT = 1;
-
-
- function r3Ialspoint () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IALSPOINT, arguments);
- }
- // Methods
-
- // Attributes
- this.GetType=GetR3IALSPNTA_Type;
- this.SetType=SetR3IALSPNTA_Type;
- }
-
- r3Ialspoint.prototype=new r3Ianp;
- // r3ialsp.h_H